[C#] WebClient - Upload data, get stream

Posted by Barguast on Stack Overflow See other posts from Stack Overflow or by Barguast
Published on 2010-03-24T19:48:02Z Indexed on 2010/03/24 19:53 UTC
Read the original article Hit count: 960

I have a situation where I want to asynchronously write a series of bytes with WebClient (in much the same way as UploadDataAsync) and get a readable response stream (in the same way as OpenReadAsync).

You seem to be able to do the two individually, but not both of them together. Is there a way?

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about webclient